From: Jesse Barnes Date: Wed, 25 Mar 2009 15:54:29 +0000 (-0700) Subject: powerpc/PCI: include pci.h in powerpc MSI implementation X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~23383^2~7 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=ceb93a9ff16612314d757874b6415ffbb2091576;p=linux-4.9.git powerpc/PCI: include pci.h in powerpc MSI implementation This file uses PCI MSI defines and so needs pci.h. Tested-by: Stephen Rothwell Signed-off-by: Jesse Barnes --- diff --git a/arch/powerpc/kernel/msi.c b/arch/powerpc/kernel/msi.c index 0c16e2a854e5..8bbc12d20f5c 100644 --- a/arch/powerpc/kernel/msi.c +++ b/arch/powerpc/kernel/msi.c @@ -9,6 +9,7 @@ #include #include +#include #include